.user-loginbox {
    background: url("../images/user/login.jpg") no-repeat 0% 50%;
    background-size: cover;
  }
  
  .login-cont {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    min-height: 100vh;
  }
  
  .login-form {
    background-color: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(8px);
    padding: 20px 40px 20px;
  }
  
  .login-form h3 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #FFF;
    margin-bottom: 20px;
  }
  .login-form  .el-input-group__append button{ letter-spacing: 0;}
  .login-form .type-h2{ padding-bottom: 20px; font-size: 22px;}
  .login-form .type-h2 a{ color: #fff; margin-right: 20px; border-top-left-radius: 5px; border-top-right-radius: 5px; display: inline-block; padding: 5px 10px; }
  .login-form .type-h2 a.cur{background: rgba(255,255,255,0.1); border-bottom: 2px solid #df1617; }
  
  .login-form input {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    height: 64px;
    padding: 0 24px;
    width: 100%;
    box-sizing: border-box;
    color: #FFF;
    font-weight: 18px;
    font-size: 18px;
  }
  
  .login-form input::placeholder {
    color: #FFF;
    font-weight: 18px;
    font-size: 18px;
  }
  
  .login-form .f-line {
    margin-bottom: 12px;
    position: relative;
    width: 420px;
    box-sizing: border-box;
  }
  
  .login-form .f-code {
    padding-right: 167px;
  }
  
  .login-form .f-codeimg {
    position: absolute;
    right: 0;
    width: 152px;
    height: 100%;
    cursor: pointer;
    top: 0;
  }
  
  .login-form .f-codeimg img {
    width: 100%;
    height: 100%;
  }
  
  .login-form .f-btn {
    padding-top: 14px;
  }
  
  .login-form .f-zhuce {
    text-align: center;
    padding-top: 16px;
  }
  
  .login-form .f-zhuce a {
    color: #FFF;
    font-weight: 500;
    font-size: 18px;
    display: inline-block;
    margin: 0 20px;
  }
  
  .login-form .f-zhuce a:hover {
    text-decoration: underline;
  }
  
  .login-form button {
    color: #FFF;
    border: none;
    box-shadow: none;
    background-color: #AF0101;
    height: 64px;
    text-align: center;
    width: 100%;
    font-size: 20px;
    letter-spacing: 20px;
    transition: all 0.3s;
  }
  
  .login-form button:hover {
    background-color: #d60202;
  }
  
  .u-menulist a {
    color: #222;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 20px;
    display: block;
    transition: all 0.3s;
  }
  
  .u-menulist a:hover {
    color: #B21011;
  }
  
  .u-menulist .cur a {
    background-color: #B21011;
    color: #FFF;
  }
  
  .content-uright {
    margin-left: 50px;
    background: linear-gradient(to bottom, #F9F9F9 0%, rgba(249, 249, 249, 0.8) 90%, #FFF 100%);
    width: 100%;
    box-sizing: border-box;
  }
  
  .content-uright .u-t {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  
  .content-userinfo {
    display: flex;
    margin: 85px 0 40px;
  }
  
  .content-userinfo .content-uleft {
    background-color: #F9F9F9;
    padding: 5px 10px 24px;
    width: 246px;
    flex-shrink: 0;
    height: 100%;
  }
  
  .content-userinfo .content-uleft .u-t {
    padding-left: 20px;
  }
  
  .content-userinfo .u-t {
    padding: 24px 0px;
  }
  
  .content-userinfo .u-t h3 {
    color: #B00505;
    font-size: 26px;
    font-weight: 500;
  }
  
  .content-userinfo .base-info {
    padding: 0 54px;
  }
  
  .content-userinfo .baseinfo-list {
    margin: 60px 0 0;
    min-height: 40vh;
  }
  
  .content-userinfo .baseinfo-list li {
    float: left;
    width: 45%;
    display: flex;
    align-items: center;
    margin-bottom: 24px;
  }
  .content-userinfo .baseinfo-list.baseinfo-list2 li > label{ padding-top: 8px; margin-right: 20px;}
  .content-userinfo .baseinfo-list.baseinfo-list2 li{ margin-bottom: 0; align-items: flex-start;}
  body .el-radio__label{ font-size: 16px;}
  body .el-radio__input.is-checked .el-radio__inner{ font-size: 16px; background: #AF0101; border-color: #AF0101;}
  body .el-radio__input.is-checked+.el-radio__label{ color: #AF0101; }
  .content-userinfo .baseinfo-list li:nth-child(2n) {
    float: right;
  }
  
  .content-userinfo .baseinfo-list li > label {
    display: block;
    width: 75px;
    text-align: justify;
    text-align-last: justify;
    margin-right: 20%;
    flex-shrink: 0;
  }
  
  .user-password {
    padding: 40px 0;
    max-width: 70%;
    font-size: 18px;
    color: #222;
    font-weight: 500;
  }
  
  .user-password .f-line {
    position: relative;
    padding-left: 165px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  
  .user-password .f-line label {
    flex-shrink: 0;
    width: 90px;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  .user-password input {
    border: 1px solid rgba(197, 197, 197, 0.3);
    height: 46px;
    padding: 0 24px;
    box-sizing: border-box;
    font-size: 16px;
    width: 100%;
  }
  
  .user-password input::placeholder {
    color: #222;
  }
  
  .user-password .c-code {
    position: relative;
    padding-right: 155px;
  }
  
  .user-password .send-code {
    background-color: #272727;
    color: #FFF;
    font-size: 16px;
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    width: 138px;
    text-align: center;
  }
  
  .user-password .send-code.disabled {
    background-color: #ccc;
    cursor: no-drop;
  }
  
  .user-password .f-btn {
    background-color: #AF0101;
    height: 50px;
    color: #FFF;
    font-size: 18px;
    border: none;
    box-sizing: border-box;
    width: 100%;
    transition: all 0.3s;
  }
  
  .user-password .f-btn:hover {
    background-color: #d60202;
  }
  
  .user-password .f-tj {
    padding-top: 20px;
  }
  
  .content-register .r-tt {
    font-size: 48px;
    text-align: center;
    margin: 80px 0 24px;
  }
  
  .content-register .r-tt h2 {
    font-weight: 500;
    color: #B00505;
  }
  
  .content-register .f-flex {
    display: flex;
    justify-content: space-between;
  }
  
  .content-register .f-flex .fb-row {
    width: 49%;
    flex-shrink: 0;
  }
  
  .content-register .reg-form {
    max-width: 425px;
    margin: 0 auto;
  }
  
 
  
  .content-register .reg-form .f-line {
    margin-bottom: 18px;
    position: relative;
  }
  .login-form .el-form-item__label,
  .content-register .reg-form .f-line label {
    pointer-events: none;
    position: absolute;
   z-index: 100;
    font-size: 18px;
    left: 0;
    top: 0;
    padding: 0 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: justify;
    text-align-last: justify;
    width:7em;
    
  }
  .login-form .el-form-item__label{ color: #fff;  width:6em;}
.f-line .el-form-item__label{ white-space: nowrap;}
 .f-line .el-form-item__label:before{ display: none !important;}
 .f-line .el-input__inner{ font-size: 18px; height: 60px; line-height: 60px; padding-left: 7em;}
 .f-line:nth-child(8) .el-input__inner{ padding-left: 10em;}
 .f-line .el-select .el-input__inner{ padding-left: 24px;}
 .f-line .el-input__icon{ font-size: 24px;}
 .phcode-box .el-input-group__append{ background: none; border-left: 0; overflow: hidden;}

 body .el-input-group__append .el-button--primary, 
 body .el-input-group__append .el-button--primary:focus, 
 body .el-input-group__append .el-button--primary:hover{ background: none;}

 .phcode-box img{ cursor: pointer; width: 120px; height: 50px; transform: scale(1.4);}

  .content-register .el-button--primary:focus, 
  .content-register .el-button--primary:hover{ background: #df1617;}
  .content-register .reg-ck1 .el-checkbox__inner{ transform: scale(1.2); top: -1px;}
  .content-register .reg-ck1 .el-checkbox__label{ font-size: 16px; }
  .content-register .el-input-group__append button{ font-size: 16px;}
  body .el-checkbox__input.is-checked+.el-checkbox__label{ color: #AF0101;}
  body .el-checkbox__input.is-checked .el-checkbox__inner, 
  body .el-checkbox__input.is-indeterminate .el-checkbox__inner{ background: #AF0101; border-color: #AF0101;}
  body .el-button--primary,
  body .el-button--primary:focus, 
  body .el-button--primary:hover{ background: #AF0101; border-color: #AF0101;}

  .content-register .f-reg {
    margin: 10px 0;
    background-color: #AF0101;
    height: 64px;
    box-shadow: none;
    border: none;
    color: #FFF;
    font-size: 20px;
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 20px;
    transition: all 0.3s;
  }
  .content-form .el-textarea__inner{ font-size: 18px;}
  .content-form{ padding: 2em 0;}
  .content-form .f-line .el-input__inner{ padding-left: 20px;}
  .content-form .f-reg{ width: 10em; text-align: center; margin: 0 auto; display: block;}
  .content-form .f-line .el-input__inner{ line-height: 50px; height: 50px;}
  .content-register .f-reg:hover {
    background-color: #d60202;
  }
  .pages .el-pagination *{ background: none !important;} 
  .pages .el-pager li.active,
  .pages .el-pager li:hover{ color: #AF0101;}
  .content-register .combo-dropdown li {
    line-height: 40px;
  }
  
  .checkbox {
    display: flex;
    align-items: center;
    margin-bottom: 44px;
    cursor: pointer;
  }
  
  .checkbox .icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    background-color: #E6E7E9;
    margin-right: 10px;
    position: relative;
  }
  
  .checkbox .icon:after {
    content: '';
    position: absolute;
    background-color: #AF0101;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
    opacity: 0;
  }
  
  .checkbox.checked .icon:after {
    opacity: 1;
  }
  
  .artlist {
    margin-bottom: 30px;
  }
  
  .artlist .text-p {
    color: #999;
    line-height: 1.75;
  }
  
  .artlist h4 {
    font-weight: bold;
  }
  
  .artlist h4 a {
    color: #222;
    font-size: 24px;
    transition: all 0.3s;
  }
  
  .artlist h4 a:hover {
    color: #AF0101;
  }
  
  .artlist .date {
    font-size: 12px;
    color: #1e1e1e;
    margin: 5px 0 18px;
  }
  
  .artlist .see-detail {
    background-color: #B21011;
    color: #B21011;
    border-radius: 3px;
    line-height: 1;
    padding: 8px 24px;
    color: #FFF;
    font-size: 14px;
    display: inline-block;
    margin-top: 12px;
    transition: all 0.3s;
  }
  
  .artlist .see-detail:hover {
    background-color: #df1617;
  }
  
  .artlist li {
    border-bottom: 1px solid #E6E7E9;
  }
  
  .artlist li .a-item {
    padding: 24px 0;
  }
  
  .artlist li:nth-last-child(1) {
    border: none;
  }
  
  @media screen and (max-width: 1366px) {
    .user-password .f-line label {
      position: relative;
    }
    .user-password .f-line {
      padding-left: 0;
    }
    .user-password {
      max-width: 100%;
    }
  }
  
  @media screen and (max-width: 1000px) {
    .content-register .r-tt {
      font-size: 24px;
    }
    .content-userinfo .content-uleft, .content-userinfo .content-uright {
      width: 100%;
      box-sizing: border-box;
    }
    .content-userinfo {
      display: block;
    }
    .content-uright {
      margin: 20px 0 0 0;
    }
    .content-userinfo .base-info {
      padding: 0 20px;
    }
    .content-userinfo {
      margin: 30px 0;
    }
    .artlist h4 a {
      font-size: 18px;
    }
    .content-userinfo .baseinfo-list li {
      width: 100%;
    }
    .content-register .f-flex .fb-row {
      width: 100%;
      margin-bottom: 14px;
    }
    .content-register .f-flex .fb-row:nth-last-child(1) {
      margin-bottom: 0;
    }
    .content-register .f-flex {
      flex-wrap: wrap;
    }
  }
  